;   CIV II EVENTS - ANCIENT EMPIRES SERIES #2 (3500 BC)
;   "Seeds of Greatness - The Early Empires" Scenario, v1.1 (5/00)
;   (Incorrect Events Warning)
;
;
@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYWAVEFILE
ae-3500b.wav
@ENDIF

@IF
SCENARIOLOADED
@THEN
DONTPLAYWONDERS
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^You forgot to insert the Events file for your civilization!
^Cancel this game and look at the "Readme.txt" file for details.
^Otherwise, this is the LAST Event you'll experience!
^(Can you say "BORING"?)
ENDTEXT
@ENDIF

@ENDEVENTS